home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / Software / firewalls / firewall_setup.exe / {app} / spfdrv,1.inf < prev    next >
Encoding:
INI File  |  2008-05-22  |  3.4 KB  |  121 lines

  1. ; -- spfdrv.INF --
  2. ;
  3. ; This file is based on Passthru driver INF file - this is the INF for the
  4. ; service (protocol) part
  5. ;
  6. ; Copyright (c) 2001-2007, NT Kernel Resources
  7. ;
  8. ; ----------------------------------------------------------------------
  9.  
  10. [Version]
  11. Signature  = "$Windows NT$"
  12. Class      = NetService
  13. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  14. Provider   = %Ntkr%
  15. DriverVer  = 05/20/2008,6.3.4.1
  16. CatalogFile = spfdrv_x86.cat
  17.  
  18.  
  19. [Manufacturer]
  20. %Ntkr% = NTKR
  21.  
  22. [ControlFlags]
  23.  
  24. ;=========================================================================
  25. ;
  26. ;=========================================================================
  27.  
  28. [NTKR]
  29. %spfdrv_Desc% = spfdrv.ndi, nt_spfdrv
  30.  
  31.  
  32.  
  33. [spfdrv.ndi]
  34. AddReg          = spfdrv.ndi.AddReg, spfdrv.AddReg
  35. Characteristics = 0x4410 ;  NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!
  36. CopyFiles       = spfdrv.Files.Sys
  37. CopyInf         = spfdrv_m.inf
  38.  
  39. [spfdrv.ndi.Remove]
  40. DelFiles = spfdrv.Files.Sys
  41.  
  42. [spfdrv.ndi.Services]
  43. AddService = spfdrv,, spfdrv.AddService
  44.  
  45. [spfdrv.AddService]
  46. DisplayName    = %spfdrvService_Desc%
  47. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  48. StartType      = 3 ;SERVICE_DEMAND_START
  49. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  50. ServiceBinary  = %12%\spfdrv.sys
  51. LoadOrderGroup = PNP_TDI
  52. AddReg         = spfdrv.AddService.AddReg
  53.  
  54.  
  55. [spfdrv.AddService.AddReg]
  56. ; ----------------------------------------------------------------------
  57. ; Add any miniport-specific parameters here.  These are params that your
  58. ; filter device is going to use.
  59. ;
  60. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  61. ;HKR, Parameters, ParameterName2, 0x10001, 4
  62.  
  63.  
  64. ; ----------------------------------------------------------------------
  65. ; File copy
  66. ;
  67. [SourceDisksNames]
  68. 1=%DiskDescription%,"",,
  69.  
  70. [SourceDisksFiles]
  71. spfdrv.sys=1
  72.  
  73. [DestinationDirs]
  74. DefaultDestDir = 12
  75. spfdrv.Files.Sys   = 12   ; %windir%\System32\drivers
  76.  
  77. [spfdrv.Files.Sys]
  78. spfdrv.sys,,,2
  79.  
  80. ; ----------------------------------------------------------------------
  81. ; Filter Install
  82. ;
  83.  
  84. [spfdrv.ndi.AddReg]
  85. HKR, Ndi, HelpText, , %spfdrv_HELP%
  86.  
  87. ; ----------------------------------------------------------------------
  88. ; !!--Filter Specific--!!
  89. ;
  90. ; Note:
  91. ; 1. Other components may also have UpperRange/LowerRange but for filters
  92. ;    the value of both of them must be noupper/nolower
  93. ; 2. The value FilterClass is required.
  94. ; 3. The value Service is required
  95. ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
  96. ;    be installed for each filtered adapter.
  97. ;    In this case this is ms_passthrump (refer to netsf_m.inf)
  98. ;
  99. HKR, Ndi,            FilterClass,         , failover
  100. HKR, Ndi,            FilterDeviceInfId,   , nt_spfdrvmp
  101. HKR, Ndi,            Service,             , spfdrv
  102. HKR, Ndi\Interfaces, UpperRange,          , noupper
  103. HKR, Ndi\Interfaces, LowerRange,          , nolower
  104. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, wan"
  105.  
  106. [spfdrv.AddReg]
  107. ; The following key is Required
  108. ; The following key is Passthru specific
  109. HKR, Parameters, Param1, 0, 4
  110.  
  111. ; ----------------------------------------------------------------------
  112. [Strings]
  113. NTKR = "SoftPerfect Research"
  114. DiskDescription = "SoftPerfect Research Driver Disk"
  115.  
  116. spfdrv_Desc = "SoftPerfect Research Driver"
  117. spfdrv_HELP = "SoftPerfect Research Driver"
  118. spfdrvService_Desc = "SoftPerfect Research Service"
  119.  
  120.  
  121.